home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETCB102.IN_ / netcb102.inf
Encoding:
INI File  |  2003-03-24  |  2.9 KB  |  101 lines

  1. ; netcb102.inf
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature  = "$Windows NT$"
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Class      = Net
  9. Provider   = %MSFT%
  10. LayoutFile = Layout.inf
  11. DriverVer=10/01/2002,2.28.0.0
  12.  
  13. [Manufacturer]
  14. %DLINK%    = DLINK
  15. %Linksys%  = Linksys
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = *
  19.  
  20. [DLINK]
  21. %GENERIC% = CB102.Ndi,PCI\VEN_13D1&DEV_AB02
  22. %FE2500%  = CB102.Ndi,PCI\VEN_13D1&DEV_AB02&SUBSYS_15411186
  23.  
  24. [Linksys]
  25. %FE2500MX% = CB102.Ndi,PCI\VEN_13D1&DEV_AB03
  26.  
  27. [CB102.Ndi]
  28. AddReg          = CB102.Reg.NDIS5, CB102.Params
  29. Characteristics = 0x84              
  30. BusType         = 5
  31. CopyFiles       = CopyFile.Sys.NDIS5
  32.  
  33. [CB102.Ndi.Services]
  34. AddService=CB102, 2, CB102.Service, Common.EventLog
  35.  
  36. [CB102.Reg.NDIS5]
  37. ; Interfaces
  38. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  39. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  40. HKR, Ndi,               Service,    0, "CB102"
  41. HKR, Ndi\Install,       0,          0, "CB102.Install.NDIS5"
  42.  
  43. [CB102.Params]
  44. HKR, ,PlatformType,,"1"
  45. HKR, ,TxPacketDesc,,"75"       ; 0x32
  46. HKR, ,RxPacketDesc,,"120"      ; 0x78
  47. HKR, ,TxDmaDesc,,"150"         ; 0x1d
  48. HKR, ,RxDmaDesc,,"40"          ; 0x28
  49. HKR, ,PacketsPerTxInt,,"10"    ; 0x0a
  50. HKR, ,PacketsPerRxInd,,"10"    ; 0x0a
  51. HKR, ,BurstLength,,"0"         ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ...
  52.  
  53. HKR, Ndi\Params\ConnectionType,         ParamDesc,      0, %ConnectionType%
  54. HKR, Ndi\Params\ConnectionType,         default,        0, "0"
  55. HKR, Ndi\Params\ConnectionType,         type,           0, "enum"
  56. HKR, Ndi\Params\ConnectionType\enum,    0,              0, %AUTO%
  57. HKR, Ndi\Params\ConnectionType\enum,    1,              0, %10%
  58. HKR, Ndi\Params\ConnectionType\enum,    2,              0, %10FD%
  59. HKR, Ndi\Params\ConnectionType\enum,    3,              0, %100%
  60. HKR, Ndi\Params\ConnectionType\enum,    4,              0, %100FD%
  61.  
  62. [CB102.Service]
  63. DisplayName    = %Service.Desc%
  64. ServiceType    = 1 
  65. StartType      = 3
  66. ErrorControl   = 1
  67. ServiceBinary  = %12%\cb102.sys
  68. LoadOrderGroup = NDIS
  69.  
  70. [Common.EventLog]
  71. AddReg=Common.AddEventLog.Reg
  72.  
  73. [Common.AddEventLog.Reg]
  74. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  75. HKR,,TypesSupported,0x00010001,7
  76.  
  77. [CopyFile.Sys.NDIS5]
  78. cb102.sys,,,2
  79.  
  80. [DestinationDirs]
  81. DefaultDestDir     = 12
  82. CopyFile.Sys.NDIS5 = 12
  83.  
  84. [Strings]
  85. MSFT            = "Microsoft"
  86. DLINK           = "D-Link"
  87. Linksys         = "Linksys"
  88.  
  89. ConnectionType  = "Connection Type"
  90. AUTO            = "Auto Negotiate"
  91. 10              = "10BaseT"
  92. 10FD            = "10BaseT Full Duplex"
  93. 100             = "100BaseTx"
  94. 100FD           = "100BaseTx Full Duplex"
  95.  
  96. Generic         = "Abocom-Based CardBus Fast Ethernet Adapter"
  97. FE2500          = "D-Link DFE-680TXD DirectPort CardBus"
  98. FE2500MX        = "Linksys EtherFast Integrated 10/100 CardBus PC Card(PCM200)"
  99.  
  100. Service.Desc    = "D-Link DFE-680TXD DirectPort CardBus Driver"
  101.